home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / toc.dir / reviews_34.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  217 b   |  9 lines

  1. on exitFrame
  2.   if netPresent() = 0 then
  3.     alert("Unable to connect to Internet address http://www.iqmag.com/order/order.html...")
  4.   else
  5.     gotoNetPage("http://www.iqmag.com/order/order.html")
  6.   end if
  7.   go(9)
  8. end
  9.